Vcenter Tagging Associations Summary

Vcenter Tagging Associations Summary
Vcenter Tagging Associations Summary

The Vcenter Tagging Associations Summary describes a tag association.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "tag": "string",
    "object": {
        "type": "string",
        "id": "string"
    }
}
string
tag
Required

The identifier of a tag.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.cis.tagging.Tag. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.cis.tagging.Tag.

object
Required

The identifier of an associated object.

This property was added in vSphere API 7.0.0.0.